Putting Code in Blog Comments
To put code in comments, you can use the Syntax Highlighter tags common to WordPress.
1 your code here
Or for shorthand, you can do this:
0102030405060708091011121314151617181920212223242526272829303132333435 your code here
[csharp]
</code>
Here
is
an example:
<code>
[csharp]
using
System;</code>
namespace
FnoSharp.DataMigrator
{
class
Program
{
static
void
Main(
string
[] args)
{
Console.WriteLine(
"Hello, World!"
);
}
}
}
[csharp]
And it looks like
this
:
<pre>[csharp]
using
System;
namespace
FnoSharp.DataMigrator
{
class
Program
{
static
void
Main(
string
[] args)
{
Console.WriteLine(
"Hello, World!"
);
}
}
}
The language
(or lang
) parameter controls how the code is syntax highlighted. The following languages are supported:
- actionscript3
- bash
- clojure
- coldfusion
- cpp
- csharp
- css
- delphi
- erlang
- fsharp
- diff
- groovy
- html
- javascript
- java
- javafx
- matlab (keywords only)
- objc
- perl
- php
- text
- powershell
- python
- r
- ruby
- scala
- sql
- vb
- xml
If the language parameter is not set, it will default to “text” (no syntax highlighting).
Code in between the source code tags will automatically be encoded for display, you don’t need to worry about HTML entities or anything.
Pedicab tours
Putting Code in Blog Comments | Rhyous
Best Chiropractic In Santa Monica
Putting Code in Blog Comments | Rhyous